gtkprintbackendfile: Correct PostScript capitalization
authorPiotr Drąg <piotrdrag@gmail.com>
Fri, 30 Dec 2016 18:25:22 +0000 (19:25 +0100)
committerPiotr Drąg <piotrdrag@gmail.com>
Mon, 2 Jan 2017 15:20:29 +0000 (16:20 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=776627

modules/printbackends/file/gtkprintbackendfile.c

index 6d98d0f7d5e5c8ce66dec8ed2a04f92d8670cd8a..4f479fb6ce7a07353d768fd6bf2274372fbb5477 100644 (file)
@@ -660,7 +660,7 @@ file_printer_get_options (GtkPrinter           *printer,
   GtkPrinterOption *option;
   const gchar *n_up[] = {"1", "2", "4", "6", "9", "16" };
   const gchar *pages_per_sheet = NULL;
-  const gchar *format_names[N_FORMATS] = { N_("PDF"), N_("Postscript"), N_("SVG") };
+  const gchar *format_names[N_FORMATS] = { N_("PDF"), N_("PostScript"), N_("SVG") };
   const gchar *supported_formats[N_FORMATS];
   gchar *display_format_names[N_FORMATS];
   gint n_formats = 0;